Welcome![Sign In][Sign Up]
Location:
Search - DEBUGGING APPLICATIONS

Search list

[Com PortCANapeconfiguration

Description: can 总线的应用程序,便于对在canoe工控机上进行调试-can bus applications for IPC in the canoe on debugging
Platform: | Size: 23552 | Author: corner | Hits:

[SCMMCU_application

Description: 这七个程序都是本人为51系列单片机开发的应用程序,包括键盘读取,时间设置,LCD显示,GM8123,8125的使用和并行打印机使用等,所有程序均在KeilC 环境下调试通过。-The seven procedures are my 51 series single-chip applications developed, including the keyboard to read, time settings, LCD display, GM8123, 8125 the use of and parallel printer to use and so on, all procedures are in KeilC through debugging environment.
Platform: | Size: 13312 | Author: 刘颂 | Hits:

[Other Embeded programfirmware

Description: 本固件程序用于CYPRESS公司的FX2系列高速USB芯片,实现数据的双向透明传输,即不对数据进行处理,只实现传输功能。程序采用GPIF方式,批量传输模式。经过调试,完全可用,已经用于上市的产品。通用性强,根据具体应用,只需做少量更改即可使用,可作为固件设计的样本。开发环境为Keil C。-The firmware for CYPRESS companies FX2 series of high-speed USB chips, transparent two-way data transmission, data processing that is not only the realization of transfer functions. Procedures for the use of GPIF way bulk transfer mode. After debugging, completely available, has been used to market products. High universality, according to specific applications, just do a small amount of change to use, can be used as a sample of firmware design. Development environment for the Keil C.
Platform: | Size: 108544 | Author: 周继勇 | Hits:

[OS DevelopCpp1

Description: 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Deadlock banker s algorithm is to avoid an important method, this experiment requires high-level language writing and debugging a simple algorithm procedures bankers. A better understanding of related resources applications, to avoid deadlock concepts and experience and understanding of deadlock and to avoid deadlock concrete implementation methods.
Platform: | Size: 1024 | Author: | Hits:

[ActiveX/DCOM/ATLCThreadPool

Description: Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Building and Running the Sample To build the sample Open the solution ThrdPool.sln. Select the desired configuration (Debug or Release). From the Build menu, click Rebuild All. To run the sample within Visual Studio From the Debug menu, click Start Without Debugging. To run the sample from a command window Change to the directory where the chosen configuration was built (for example, ..\CThreadPool\Debug). Execute ThrdPool.exe. -Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Building and Running the SampleTo build the sampleOpen the solution ThrdPool.sln.Select the desired configuration (Debug or Release). From the Build menu, click Rebuild All.To run the sample within Visual StudioFrom the Debug menu, click Start Without Debugging. To run the sample from a command windowChange to the directory where the chosen configuration was built (for example, .. CThreadPoolDebug). Execute ThrdPool.exe.
Platform: | Size: 6144 | Author: 徐海峰 | Hits:

[VxWorkswatch

Description: 在学习VxWorks I/O 系统功能的基础上,了解的基本I/O、缓冲I/O 及格式化I/O、文件描述符、标准输入/输出/错误设备的使用。对VxWorks I/O 系统中常用的API 有较为深入的理解。实践者对I/O 系统的理解和使用的熟练程度将影响后续实践环节进行顺利与否。通过I/O 系统API 与应用程序交互,能方便地对所调试的系统进行监控,是实时嵌入环境软硬件开发的主要手段之一。实现终端显示的秒表。精确到1/10 秒。可键盘控制暂停/继续计时/复位功能。-In learning VxWorks I/O system functions on the basis of the understanding of the basic I/O, buffer I/O and formatted I/O, file descriptor, standard input/output/error devices use. On the VxWorks I/O system is more commonly used API in depth understanding. Practice on the I/O system, the understanding and use of proficiency will have an impact on follow-up practice sessions were held smoothly or not. Through the I/O system API and interactive applications that can facilitate the debugging of system monitoring, real-time embedded environment development of hardware and software one of the main instruments. Realize terminal display stopwatch. Accurate to 1/10 seconds. Keyboard control can pause/resume timer/reset function.
Platform: | Size: 1024 | Author: 王昊 | Hits:

[SCMLightSwitchSource

Description: 无线ZIGBEE应用,用于模拟开关输入和LED输出,方便硬件电路和通信协议的调试。-ZigBee wireless applications for the analog switch input and LED output, convenient hardware circuits and communication protocol debugging.
Platform: | Size: 13312 | Author: Nix Lee | Hits:

[Com PortRS232V2.2

Description: RS232串口有着广泛的应用,基于VB编写了RS232的串口调试助手,已经经过使用.-RS232 serial port with a wide range of applications, based on the VB prepared the RS232 serial port debugging aides, has been used.
Platform: | Size: 116736 | Author: madai | Hits:

[OS programAutoDomain

Description: 基于 ATL 的服务的框架 用 ALT 向导生成的服务的框架其实并不好驯服, 俺在上面吃了不少苦头, 因此俺在自动生成代码上做了不少修正和扩展, 现在好使了, 包括 Debug 版本的调试中断点, 用户逻辑的入口点, 也可以双击直接运行, 这时就是一个普通的应用程序. 使得编写服务就跟编普通应用程序没有区别. -ATL-based service framework using ALT Wizard-generated service framework is not well tamed above I eat a lot of bitterness, so I automatically generate the code to do a lot of revised and expanded so that now, including Debug version of the debugging breakpoints, the user logical entry point, you can double-click to run directly at this time is an ordinary application. makes services like preparation made no distinction between ordinary applications.
Platform: | Size: 15360 | Author: R | Hits:

[WEB Codeasp-gb

Description: ASP教材,一、关于ASP 二、ASP的新功能 三、创建ASP页 四、使用脚本语言 五、使用变量和常量 六、使用集合 七、ASP内建对象 八、向浏览器发送内容 九、包含文件 十、访问数据库 十一、调试ASP脚本 十二、维护ASP应用程序的安全-ASP materials, one on ASP 2, ASP new features three or four to create ASP pages, use the scripting language of five, the use of six variables and constants, the use of seven collections, ASP built eight objects to the browser to send the contents of nine, including documents ten, access the database 11, 12 script debugging ASP, ASP applications to safeguard the security of
Platform: | Size: 434176 | Author: 鑫鑫 | Hits:

[SCM80C51_iuwhfuihr

Description: 本书以80C51系列为基础,详细讲述了单片机的硬件结构和工作原理、80C51系列单片机的指令系统、汇编语言程序设计和80C51系列单片机的基本功能单元结构与操作原理,并介绍了单片机的系统扩展、接口技术和单片机的应用。附录中介绍了MCS-51系列单片机集成调试软件,供读者进行单片机仿真实验时参考。此外各章对关键性内容结合实例给予说明,同时各章最后还安排了部分思考与练习题,供读者学习时参考。-This book to 80C51 series, based on a detailed account of a single-chip hardware structure and operating principle, 80C51 MCU command systems, assembly language programming and 80C51 Series Singlechip the basic functions of cell structure and operating principles, and introduce a single-chip microcomputer system expansion, single-chip interface technologies and applications. The appendix to introduce a MCS-51 series single-chip integrated debugging software, for readers to carry out single-chip simulation reference. In addition to the key content of each chapter give examples that, while each chapter also arranged some of the final reflection and exercises for readers to study and reference.
Platform: | Size: 3832832 | Author: 俞乾 | Hits:

[matlabmatlab

Description: 基于遗传算法的无功优化matlab实现方法软件包,调试基本通过,可直接下载应用,具体例子可以自己修改一下原代码-Based on Genetic Algorithm for Reactive Power Optimization method matlab package, debugging basic through direct download applications, specific examples can modify the original code
Platform: | Size: 313344 | Author: | Hits:

[Embeded Linuxgdb

Description: 不会对嵌入式应用程序进行调试?这是本人珍藏的调试资料,希望对你有用-Embedded applications will not debug? This is my collection of debugging information, I hope useful for you
Platform: | Size: 2048 | Author: 朱国正 | Hits:

[Other1

Description: 在LON网程序设计中使用Neuron C语言。Neuron C是一种基于ANSIC且带有网络通信和高级硬件设备接口扩展语句的高级语言。它增加了对I/O、事件处理、消息传递和分散数据目标的支持, 扩充了包括软定时器、网络变量、显示消息、一个多任务调度程序以及其它各具特点的函数等。采用Neuron C语言开发的应用程序,可直接在Lonbuilder神经元仿真器上进行调试,因此应用程序的开发可独立于硬件设计进行-In the LON network programming using Neuron C language. Neuron C is a ANSIC and with a network-based communications and advanced hardware interface to expand high-level language statement. It increases the I/O, event handling, messaging and distributed data support for the objectives, the expansion, including the soft timers, network variables, displays the message, a multi-task scheduling procedures, as well as other characteristics such as the function. Neuron C language used to develop applications that can be directly in neurons Lonbuilder debugging on the emulator, so application development can be independent of the hardware design
Platform: | Size: 3072 | Author: zgc | Hits:

[Communicationhub4com-1.1.0.0

Description: 从一个串口接收到的数据广播到其他串口,用于串口调试、协议分析、多个程序共享GPS端口等场合。It allows to send data received from one COM port to a number of COM ports and vice versa. In conjunction with the com0com driver the hub4com makes it possible to handle data from a single serial device by a number of different applications. For example, several applications can share data from one GPS device.-From a serial port to receive the data broadcast to the other serial port, serial port for debugging, protocol analysis, a number of procedures for sharing occasions, such as GPS port. It allows to send data received from one COM port to a number of COMports and vice versa. In conjunction with the com0com driver the hub4commakes it possible to handle data from a single serial device by a numberof different applications. For example, several applications can sharedata from one GPS device.
Platform: | Size: 23552 | Author: 奥也夫 | Hits:

[VxWorksVxWorks

Description: 以上三个程序是基于VxWorks嵌入式操作系统C源代码程序,包括看门狗定时器用于时限任务处理过程的程序示例,系统时钟应用的程序和辅助时钟的应用程序。在TORNADO经过了调试运行成功。-More than three programs is based on the VxWorks operating system embedded C source code procedures, including the watchdog timer for the time limit for processing procedures mandate example, the system clock application procedures and auxiliary clock applications. TORNADO after debugging in the running success.
Platform: | Size: 4096 | Author: 宋林 | Hits:

[VC/MFCSDH

Description: Visual C++开发环境是一个基于Windows 操作系统的可视化、面向对象的集成开发环 境(Integrated Development Environment,IDE)。在该环境下用户可以开发有关C 和C++ 的各种应用程序,应用程序包括建立、编辑、浏览、保存、编译、链接和调试等操作,这 些操作都可以通过单击菜单选项或工具栏按钮来完成,使用方便、快捷。它还提供了项目 工作区(WorkSpace)、应用程序向导(AppWizard)、类操作向导(ClassWizard)和WizardBar 等实用编程工具。-Visual C++ Development environment is a Windows-based operating system visualization, object-oriented integrated development environment (Integrated Development Environment, IDE). Users in the environment can be developed on the C and C++ A variety of applications, including applications to create, edit, view, save, compile, link and debugging operation, these operations can by clicking the menu option or toolbar button to complete and easy to use, fast. It also provides project work area (WorkSpace), Application Wizard (AppWizard), type of operation Wizard (ClassWizard) and WizardBar practical programming tools.
Platform: | Size: 2653184 | Author: y | Hits:

[Crack HackRijndael

Description: Rijndael.rar:经VS2005调试的WIN32平台下的MFC应用程序,利用Rijndael方法对电脑上的任意形式的文件进行加、解密, 带注解,适合初学者学习。-Rijndael.rar: by VS2005 debugging MFC under WIN32 platform applications, the use of Rijndael method of any form of computer files increases, decryption, with notes for beginners to learn.
Platform: | Size: 4540416 | Author: 唐进 | Hits:

[CA authca

Description: 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。-The package of apps for each openssl procedures create a direct run debug VC Console type applications, to facilitate research and the use of openssl friends, avoided openssl compiled under the windows, and because they can in the VC environment debugging, making all of openssl application process easier to understand, which is especially convenient for beginners openssl. Hope that we do so.
Platform: | Size: 903168 | Author: fangyingju | Hits:

[Windows DevelopCheatEnginev5.4srcl

Description: Cheat Engine is an open source tool designed to give you the upper hand in games, but also contains other usefull tools to help debugging games and even normal applications. It comes with a memory scanner to quickly scan for variables used within a game and allow you to change them, but it also comes with a debugger, disassembler, assembler, speedhack, trainer maker, direct 3D manipulation tools, system inspection tools and more. For new users it is recommended to go through the tutorial(The one that comes with Cheat Engine, you can find it in your programs list after installing) and at least reach step 5 for basic understanding of the usage of Cheat Engine If you need help on Cheat Engine , you can always contact me at dark_byte@hotmail.com , msn supported as well(don t ask about online games, I don t know anything about that)
Platform: | Size: 97280 | Author: macro | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

CodeBus www.codebus.net